services.nginx.virtualHosts.<name>.locations

Declarative location config

Type
attribute set of (submodule)
Default
{ }
Example
{
  "/" = {
    proxyPass = "http://localhost:3000";
  };
};
Declared
<nixpkgs/nixos/modules/services/web-servers/nginx/default.nix>